The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "file::chdir"

File::chdir - a more sensible way to change directories River stage four • 197 direct dependents • 2671 total dependents

Perl's "chdir()" has the unfortunate problem of being very, very, very global. If any part of your program calls "chdir()" or if any library you use calls "chdir()", it changes the current working directory for the *whole* program. This sucks. File::...

DAGOLDEN/File-chdir-0.1011 - 07 Oct 2016 20:59:47 UTC - Search in distribution

File::chdir::WalkDir River stage zero No dependents

This module is a wrapper around David Golden's excellent module File::chdir for walking directories and all subdirectories and executing code on all files which meet certain criteria....

JBERGER/File-chdir-WalkDir-0.040 - 16 Nov 2012 15:37:08 UTC - Search in distribution

Pcore::Util::File::ChdirGuard River stage one • 1 direct dependent • 1 total dependent

ZDM/Pcore-v0.139.0 - 14 Jul 2020 14:12:56 UTC - Search in distribution

Cwd::Guard - Temporary changing working directory (chdir) River stage three • 4 direct dependents • 757 total dependents

CORE::chdir Cwd:: Guard can change the current directory (chdir) using a limited scope....

KAZEBURO/Cwd-Guard-0.05 - 14 Apr 2016 02:48:24 UTC - Search in distribution

Patch::chdir::Print - Wrap chdir() to print the argument first River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/Patch-chdir-Print-0.001 - 15 Aug 2017 02:05:32 UTC - Search in distribution

Kx - Perl extension for Kdb+ http://kx.com River stage zero No dependents

Alpha code. Create a wrapper around Kdb+ and Q in Perl using the C interface to Kdb+...

SLOYD/Kx-0.044 - 04 Feb 2023 14:16:58 UTC - Search in distribution

got - A tool to make it easier to manage multiple code repositories using different VCSen River stage zero No dependents

"got" is a script to make it easier to manage all the version controlled repositories you have on all the computers you use. It can operate on all, some, or just one repo at a time, to both check the status of the repo (up to date, pending changes, d...

GENEHACK/App-GitGot-1.339 - 30 Oct 2020 03:37:21 UTC - Search in distribution
  • got - A tool to make it easier to manage multiple code repositories using different VCSen

mb - Can easy script in Big5, Big5-HKSCS, GBK, Sjis(also CP932), UHC, UTF-8, ... River stage zero No dependents

MBCS has been said to be an acronym for Multi Byte "Character" Set. (However, these days, it should be considered an acronym for Multi Byte "Codepoint" Set.) In any case, it is certain that "M" and "B" in mb.pm modulino are the first two characters o...

INA/mb-0.57 - 06 Jul 2023 15:12:01 UTC - Search in distribution

XSH - scripting language for XPath-based editing of XML River stage zero No dependents

CHOROBA/XML-XSH2-2.2.10 - 22 Dec 2023 14:24:21 UTC - Search in distribution

XSH River stage zero No dependents

CHOROBA/XML-XSH-1.8.6 - 09 Mar 2018 23:41:22 UTC - Search in distribution

flail - a hacker's mailer in Perl River stage zero No dependents

flail is a hacker's mailer, written in Perl, and sporting a command-line interface. It currently supports pop3 and imap for access to remote maildrops, as well as regular old Unix mail spool files for local maildrops (e.g. because you use fetchmail)....

ATTILA/flail-0.2.5 - 15 Oct 2008 19:24:41 UTC - Search in distribution

GBK - Source code filter to escape GBK script River stage zero No dependents

INA/Char-GBK-1.15 - 02 May 2019 03:37:31 UTC - Search in distribution
  • Egbk - Run-time routines for GBK.pm

UHC - Source code filter to escape UHC script River stage zero No dependents

INA/Char-UHC-1.15 - 02 May 2019 03:44:16 UTC - Search in distribution
  • Euhc - Run-time routines for UHC.pm

GBK - Source code filter to escape GBK script River stage zero No dependents

INA/GBK-1.22 - 28 Aug 2019 16:40:47 UTC - Search in distribution
  • Egbk - Run-time routines for GBK.pm

Guile - Perl interface to the Guile Scheme interpreter. River stage zero No dependents

This module provides an interface to the Gnu Guile system. You can find out more about Guile at: http://www.gnu.org/software/guile/guile.html. Guile is an interpreter for the Scheme programming language. "Scheme is a statically scoped and properly ta...

MSTROUT/Guile-0.002 - 05 Mar 2004 16:00:02 UTC - Search in distribution

Safe - Compile and execute code in restricted compartments River stage four • 31 direct dependents • 1949 total dependents

The Safe extension module allows the creation of compartments in which perl code can be evaluated. Each compartment has a new namespace The "root" of the namespace (i.e. "main::") is changed to a different package and code evaluated in the compartmen...

RGARCIA/Safe-2.35 - 21 Feb 2013 07:31:30 UTC - Search in distribution

rgit - Recursively execute a command on all the git repositories in a directory tree. River stage one • 1 direct dependent • 1 total dependent

This utility recursively searches in a root directory (which may be the current working directory or - if it has been set - the directory given by the "GIT_DIR" environment variable) for all git repositories, sort this list by the repository path, "c...

VPIT/rgit-0.08 - 06 Mar 2010 00:00:58 UTC - Search in distribution

todo - Perl TO-DO list River stage five • 11292 direct dependents • 32664 total dependents

This is a list of wishes for Perl. The most up to date version of this file is at <https://github.com/Perl/perl5/blob/blead/Porting/todo.pod>. The tasks we think are smaller or easier are listed first. Anyone is welcome to work on any of these, but i...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution

App::rs - The package manager for RSLinux and the first reference counting CPAN client River stage zero No dependents

(Please see the section "CPAN" and my TPF proposal <https://github.com/057a3dd61f99517a3afea0051a49cb27994f94d/rslinux/blob /rs/TPF-proposal.pod> for my ongoing effort to marry "App::rs" and CPAN.) RSLinux was born out of desire for freedom. Back in ...

RSLOVERS/App-rs-v2.1.2 - 29 Jun 2018 04:25:00 UTC - Search in distribution

PIR - Short alias for Path::Iterator::Rule River stage three • 40 direct dependents • 225 total dependents

This is an empty subclass of Path::Iterator::Rule. It saves you from having to type the full name repeatedly, which is particularly handy for one-liners: $ perl -MPIR -wE 'say for PIR->new->skip_dirs(".")->perl_module->all(@INC)'...

DAGOLDEN/Path-Iterator-Rule-1.015 - 09 Sep 2021 16:07:55 UTC - Search in distribution
243 results (0.204 seconds)